#container {
	width: 593px;
	background-color: #0d75be;
	background-image: url(../images/bkg-main.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]overflow: hidden; */
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

#header {
	height: 445px;
}
#like {
	position: absolute;
	width: 90px;
	height: 27px;
	left: 449px;
	top: 13px;
}

#footer {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	height: 80px;
	background-position: 30px 0px;
	margin-top: 10px;
}
#char-right {
	position: absolute;
	height: auto;
	width: auto;
	left: 402px;
	top: -7px;
	z-index: 50;
}
#char-left {
	position: absolute;
	height: auto;
	width: auto;
	left: -84px;
	top: -10px;
	z-index: 50;
}
#board-mission {
	position: absolute;
	height: 90px;
	width: 170px;
	left: 423px;
	top: 286px;
	z-index: 100;
	background-image: url(../images/board-mission.png);
	background-repeat: no-repeat;
}
#board-friend {
	position: absolute;
	height: 91px;
	width: 167px;
	left: 3px;
	top: 280px;
	z-index: 100;
	background-image: url(../images/board-friend.png);
	background-repeat: no-repeat;
}
#stat-left  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	-webkit-font-smoothing:antialiased;
	position: absolute;
	left: 58px;
	top: 13px;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	color: #2d2d2d;
	text-align: center;
	width: 65px;
}
#stat-right  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	-webkit-font-smoothing:antialiased;
	position: absolute;
	left: 53px;
	top: 15px;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	color: #2d2d2d;
	text-align: center;
	width: 65px;
}


#title {
	width: auto;
	height: auto;
	position: absolute;
	left: 141px;
	top: 57px;
	z-index: 100;
}
#intro {
	width: auto;
	height: auto;
	position: absolute;
	left: 143px;
	top: 205px;
	z-index: 100;
}

#nav {
	position: absolute;
	left: 6px;
	top: 349px;
	width: 576px;
	height: 95px;
	z-index: 100;
}

#nav ul , #nav ul li{
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;

}


#nav #item1 {
	background-image: url(../images/nav.png);
	width: 120px;
	height: 95px;
	background-position: 0px 0px;
}
#nav #item1:hover {
	background-position: 0px -95px;
}


#nav #item2 {
	background-image: url(../images/nav.png);
	width: 100px;
	height: 95px;
	background-position: -120px 0px;
}
#nav #item2:hover {
	background-position: -120px -95px;
}


#nav #item3 {
	background-image: url(../images/nav.png);
	width: 80px;
	height: 95px;
	background-position: -220px 0px;
}
#nav #item3:hover {
	background-position: -220px -95px;
}


#nav #item4 {
	background-image: url(../images/nav.png);
	width: 85px;
	height: 95px;
	background-position: -300px 0px;
}
#nav #item4:hover {
	background-position: -300px -95px;
}


#nav #item5 {
	background-image: url(../images/nav.png);
	width: 85px;
	height: 95px;
	background-position: -385px 0px;
}

#nav #item5:hover {
	background-position: -385px -95px;
}

#nav #item6 {
	background-image: url(../images/nav.png);
	width: 106px;
	height: 95px;
	background-position: -470px 0px;
}
#nav #item6:hover {
	background-position: -470px -95px;
}

#page1 {
}
#page2 {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
}
#page3 {
	width: 587px;
	margin-left: auto;
	margin-right: auto;
}
